const time.stdNumTZ

4 uses

	time (current package)
		format.go#L162: 	stdNumTZ                                       // "-0700"  // always numeric
		format.go#L289: 				return layout[0:i], stdNumTZ, layout[i+5:]
		format.go#L779: 		case stdISO8601TZ, stdISO8601ColonTZ, stdISO8601SecondsTZ, stdISO8601ShortTZ, stdISO8601ColonSecondsTZ, stdNumTZ, stdNumColonTZ, stdNumSecondsTz, stdNumShortTZ, stdNumColonSecondsTZ:
		format.go#L1213: 		case stdNumTZ, stdNumShortTZ, stdNumColonTZ, stdNumSecondsTz, stdNumColonSecondsTZ: